internal/sync.HashTrieMap.iter (method)

2 uses

	internal/sync (current package)
		hashtriemap.go#L498: func (ht *HashTrieMap[K, V]) iter(i *indirect[K, V], yield func(key K, value V) bool) bool {
		hashtriemap.go#L505: 			if !ht.iter(n.indirect(), yield) {